home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / qt4-qtconfig.postinst < prev    next >
Text File  |  2008-10-03  |  389b  |  16 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. update-alternatives --install \
  6.     /usr/bin/qtconfig qtconfig "/usr/bin/qtconfig-qt4" "40" \
  7.     --slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \
  8.     "/usr/share/man/man1/qtconfig-qt4.1.gz"
  9.  
  10. # Automatically added by dh_installmenu
  11. if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
  12.     update-menus
  13. fi
  14. # End automatically added section
  15.  
  16.